home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / demos / zinc350.arj / INSTALL.DAT < prev    next >
Text File  |  1993-03-26  |  3KB  |  147 lines

  1. @DefineProject
  2.     @Name        = "Zinc Demonstration"
  3.     @Version    = "3.50"
  4.     
  5.     @Subdir        = "\\ZINCDEMO"
  6.     @OutDrive    = C
  7.     @Requires    @HardDisk
  8. @EndProject
  9.  
  10.  
  11. @GetOption
  12.     @LocalWindow(15, 40)
  13.     @Option 1 = "Continue"
  14.     @Option 2 = "Exit"
  15.     @Option 3 = "Abort"
  16.     @Cls
  17.                  Zinc Application Framework 3.5 Demonstration
  18.  
  19.     This demonstration disk contains executable programs that were
  20.     compiled from one set of source code and linked with Zinc Application 
  21.     Framework 3.5.   Zinc is a multiplatform, object-oriented development
  22.     tool that supports DOS Text, DOS Graphics, Microsoft Windows,
  23.     Windows NT, IBM OS/2, OSF/Motif and CIC PenDOS.
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.     To install these programs onto your hard disk, press the <Enter>
  36.     key.  To cancel the installation, select "Exit" and press <Enter>.
  37. @EndOption
  38.  
  39.  
  40. @If (2 [= @Option || 3 [= @Option)
  41.     @Display
  42.     @Cls
  43.  
  44.     Installation terminated.
  45.  
  46.  
  47.     @Abort
  48.  
  49.     @EndDisplay
  50. @EndIf
  51.  
  52.  
  53. @GetOutDrive
  54.     @LocalWindow(11,40)
  55.     @Suppress A
  56.     @Suppress B
  57.     @Cls
  58.  
  59.     Please select the drive to which you would like to install Zinc
  60.     Application Framework 3.5 Demonstration.
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.     Use the <Up-Arrow> and <Down-Arrow> keys to move the selection bar
  76.     to the drive to which you would like to install Zinc Application
  77.     Framework 3.5 Demonstration and press the <Enter> key.
  78. @EndOutDrive
  79.  
  80.  
  81. @GetSubdir
  82.     @LocalWindow(11, 50)    
  83.     @Prompt = " @OutDrive:\\ "
  84.     @Cls
  85.     @CLS
  86.  
  87.     Please specify the path on drive @OutDrive: where you would like to install
  88.     Zinc Application Framework 3.5 Demonstration.
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.     Type the path where you wish to install Zinc Application Framework
  104.     3.5 Demonstration and press the <Enter> key.  To accept the default
  105.     path, press <Enter>.
  106. @EndSubdir
  107.  
  108. @DefineDisk
  109.     @Label = "Zinc Demos"
  110.  
  111.     @File read.me
  112.     @BeginLib zincdemo.red
  113.          @File *.* @Out *.*
  114.     @EndLib
  115. @EndDisk
  116.  
  117. @Finish
  118.     @ChDrive @OutDrive
  119.     @ChDir "@Subdir"
  120.     @Cls
  121.             *** Zinc Application Framework 3.5 Demonstration ***
  122.  
  123. These demonstration programs were created with Zinc Application Framework 3.5.
  124. The DOS Text, DOS Graphics, Microsoft Windows, Windows NT and IBM OS/2 versions
  125. were compiled from the same source code (ZINCDEMO.CPP) and share the same
  126. platform-independent resource file (ZINCPOST.DAT).
  127.  
  128. To run the demo, enter: "ZINC_DOS" for DOS Graphics Mode
  129.                         "ZINC_DOS /T" for DOS Text Mode 
  130.                         "ZINC_WIN" for Microsoft Windows
  131.                         "ZINC_NT" for Windows NT
  132.                         "ZINC_OS2" for IBM OS/2
  133.            
  134. For more information or to order, call or write:
  135.  
  136. United States:                        Europe:
  137.   Zinc Software Incorporated            Zinc Software (UK) Limited
  138.   405 South 100 East 2nd Floor          58-60 Beresford Street
  139.   Pleasant Grove, Utah 84062 USA        London, SE18 6BG United Kingdom
  140.   Tel: (801) 785-8900                   Tel: +44 (0)81 855 9918
  141.   Fax: (801) 785-8996                   Fax: +44 (0)81 316 7778
  142.   BBS: (801) 785-8997                   BBS: +44 (0)81 317 2310
  143. @Pause
  144. @EndFinish
  145.  
  146. 
  147.